Had been struggling since a couple of hours to fix this problem of mine. It ended up in a silly search filter that did not flash to me soon. Thought of sharing it with all :)
Problem :
1. I have a filter to star all emails that land up in my GMail inbox.
2. I am using the GMail Labs feature of having multiple inboxes and the first pane on top lists all the emails that are starred ( is:starred )
This helps me in seeing all the important [ un-archived ] in the top of my mailbox [ in the separate pane ]
I have also subscribe to GMail alerts and they land up in my inbox as starred based on the above filter.
Since, the number of GMail alerts has increased and they keep flooding my "is:starred" pane, i wanted to modify the search for creating this pane to show all the mails addressed to me excluding the GMail alerts.
Solution :
I was not able to find a search term to exclude some mails in the "is:starred" pane.
So, I had to modify the filter that adds a star to all incoming mails.
The filter had to be written with the following criteria:
- Mail should be addressed to my email id
- Mail should not be from Google Alerts
- Apply star
I could not find a way to add a search string in GMail that says, the from address is not Google Alerts. So, after going through the
list of GMail keywords, I was able to finally create a simple search string that excludes emails that contain the words "Google" and "Alerts". The new filter looks something like this :
The picture has been modified to make the image small and visible. The new search string is :
Has the words : (-google -alerts)